PowerTools SPREAD for Windows Forms 8.0J
GetDependents(Dictionary<String,FormulaDependentInfos>,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean) メソッド


すべての依存数式コンテナーのすべての情報を含むFormulaDependentInfosオブジェクトのディクショナリー。このディクショナリーを使用する際のキーは、依存数式コンテナーを持つデータモデルの名前です。
指定した範囲の行インデックス。
指定した範囲の列インデックス。
指定した範囲の行数。
指定した範囲の列数。
すべての依存セルを取得するかどうかを示します。
すべての依存行を取得するかどうかを示します。
すべての依存列を取得するかどうかを示します。
すべての依存式コンシューマオブジェクトを取得するかどうかを示します。
指定したセル範囲内のセルを参照している数式を含むすべての数式コンテナーを取得します。
構文
'Declaration
 
Overloads Sub GetDependents( _
   ByVal infoDict As Dictionary(Of String,FormulaDependentInfos), _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal getCells As Boolean, _
   ByVal getRows As Boolean, _
   ByVal getColumns As Boolean, _
   ByVal getObjects As Boolean _
) 
'使用法
 
Dim instance As ISupportFindFormulaDependent
Dim infoDict As Dictionary(Of String,FormulaDependentInfos)
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim getCells As Boolean
Dim getRows As Boolean
Dim getColumns As Boolean
Dim getObjects As Boolean
 
instance.GetDependents(infoDict, row, column, rowCount, columnCount, getCells, getRows, getColumns, getObjects)
void GetDependents( 
   Dictionary<string,FormulaDependentInfos> infoDict,
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool getCells,
   bool getRows,
   bool getColumns,
   bool getObjects
)

パラメータ

infoDict
すべての依存数式コンテナーのすべての情報を含むFormulaDependentInfosオブジェクトのディクショナリー。このディクショナリーを使用する際のキーは、依存数式コンテナーを持つデータモデルの名前です。
row
指定した範囲の行インデックス。
column
指定した範囲の列インデックス。
rowCount
指定した範囲の行数。
columnCount
指定した範囲の列数。
getCells
すべての依存セルを取得するかどうかを示します。
getRows
すべての依存行を取得するかどうかを示します。
getColumns
すべての依存列を取得するかどうかを示します。
getObjects
すべての依存式コンシューマオブジェクトを取得するかどうかを示します。
参照

ISupportFindFormulaDependent インタフェース
ISupportFindFormulaDependent メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.